Developer Documentation

QuickTime 4 API Documentation
QuickTime Music Architecture

| Previous | Chapter Contents | Chapter Top | Next |

Loop Type Constants

You can use these constants in the loopType field of an atomic instrument sample description structure [link] to indicate the type of loop you want.

enum {
    kMusicLoopTypeNormal            = 0,
    kMusicLoopTypePalindrome        = 1
};

Constant descriptions

kMusicLoopTypeNormal
Use a regular loop.

kMusicLoopTypePalindrome
Use a back-and-forth loop.


© 1999 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |